home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive Media Design Review 1999
/
Interactive Media Design Review 1999.iso
/
pc
/
Demos
/
Herois
/
Codigo.Cst
/
00014_RepassaClick.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
utf-8 (detected)
UTF-8
Wrap
Text File
|
1999-03-19
|
273 b
|
17 lines
property spr
on mouseUp
sendSprite(spr,#mouseUp)
end
---
on getPropertyDescriptionList
set p_list = [ ¬
#spr: [ #comment: "Sprite que deve receber o click:", ¬
#format: #integer, ¬
#default: 1 ] ¬
]
return p_list
end